body {
	font-size: 10pt;
	font-family: Arial, Verdana, Sans-Serif;
	background: #CDDCD9;	
	color: #333;	
	margin-top: 0;
	padding-top: 35px;
}

h1 {	
	background: #325265;
	font-family: "Century Gothic";
	font-size: 18pt;
	color: #F3F6F6;
	font-variant: small-caps;
	font-weight: normal;
	text-align: left;
	line-height: 1.00;
	text-shadow: black 1px 1px 2px;		
	position: relative;
		left: 50%;
	width: 699px;
	padding: 15px 0 15px 51px;	
	margin: 35px 0 20pt -375px;	
	-webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px;	
}

.center {
	position: absolute;
	width: 710px;
	margin-top: 20px;
	text-align: center;
}

#container {
	background: rgb(174, 192, 194);	
	/* mozilla example - FF3.6+ */
	width: 710px;
	margin: 0px auto 40px auto;
	padding-bottom: 40px;
	border: 2px #325265 solid; 	  
	-webkit-border-radius: 15px; /* Safari prototype */
	-moz-border-radius: 15px; /* Gecko browsers */
	border-radius: 15px;		
}

.grupa {		
	margin: 25px auto 20px auto;
	padding: 0px 2px 0px 2px;		
}

.spremenljivka {	
	background-color: rgb(235, 240, 240);	
	background-color: rgba(255, 255, 255, 0.7);
	position: relative;
	margin: 25px 20px 0px 20px;
	padding: 10px 12px 10px 12px;	
	border: 1px #325265 solid;	
	/*border-top: 2px #FFF559 dotted;		*/
	-webkit-border-radius: 15px; /* Safari prototype */
	-moz-border-radius: 15px; /* Gecko browsers */
	border-radius: 15px;	
}


#progress_bar {	
	position: absolute;
		left: 50%;
	width: 155px;	
  margin-top: 7px;  
  margin-left: 177px;
	padding: 0 5px 3px 7px;
}

#answered {
    background-color: #325265;
		margin-top:3px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    -moz-border-radius-topleft: 3px;		/* Mozilla */
    -moz-border-radius-bottomleft: 3px;	
    border-top-left-radius: 3px;				/* Opera */
    border-bottom-left-radius: 3px;
}

#unanswered {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    -moz-border-radius-topright: 3px;		/* Mozilla */
    -moz-border-radius-bottomright: 3px;	
    border-top-right-radius: 3px;				/* Opera */
    border-bottom-right-radius: 3px;    
}

#stat{
	color: black;
	padding-left: 0px;
}

#zero{
	color: black;
	padding-right: 1px;
}

div.naslov p { 
		font-family: "Time News Roman";   
		font-size: 12pt;
		color: black;  
    font-weight: normal; 
    font-variant: small-caps;  
    position: relative;  
    margin-left: 15px;
    margin-top: 1px;        
    padding: 0;
}

div.variable_holder label{
	font-family: Calibri;
	font-size: 12pt;
	color: black;
	margin-top: -3px;
}

div.counter {
	font-family: "Calibri";
	font-size: 12pt;
	color: black;
	font-weight: normal;		
	position: relative;	
	margin-left: 20px;
	/*text-shadow: black 1px 1px 1px;*/
}

.variable_holder{
	position: relative;
}

div.spremenljivka h3 p{
	color: black;
	position: relative;
	padding-bottom: 25px;
	padding: 0 0 0 22px;
}

div p{
	margin-top: 0px;
}

#footer_survey p{
	color: #21517B;
}

#printView{
	margin-left: 28px;
	margin-top: 9px;
}

#normalView{
	margin-left: 28px;
	margin-top: 9px;
}

#pdfExport{
	margin-top: 9px;
}

.grid_light{
	background: white;
}

p img{
	position: absolute;
	margin-left: 28px;	
}

.ranking{
	margin: 15px 0 0 20px;
}

.frame_ranking_in{
	margin: -25px 0 0 -25px;
}

table b{
	margin-left: -10px;
}

table img{
	margin-left: -10px;
}

.dropzone{
	width: 280px !important;
	margin-left: -10px;
}

#preview{
	z-index: 1;
	top: auto;
	bottom: 10px;
}

#preview p{
	margin-bottom: 10px;
}

div.spremenljivka_info {
	margin-left: 13px;
}